func crypto/elliptic.p521PointFromAffine
6 uses
crypto/elliptic (current package)
p521.go#L63: _, ok := p521PointFromAffine(x, y)
p521.go#L67: func p521PointFromAffine(x, y *big.Int) (p *nistec.P521Point, ok bool) {
p521.go#L119: p1, ok := p521PointFromAffine(x1, y1)
p521.go#L123: p2, ok := p521PointFromAffine(x2, y2)
p521.go#L131: p, ok := p521PointFromAffine(x1, y1)
p521.go#L139: p, ok := p521PointFromAffine(Bx, By)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)